FindResult

public interface FindResult

A result of the text search.

Functions

Link copied to clipboard
public boolean isSearching()
Returns true if the search is still in progress.
Link copied to clipboard
public int numberOfMatches()
Returns the number of the matches found at the moment or -1 when no matches found.
Link copied to clipboard
public int selectedMatch()
Returns the index of the currently selected match or -1 when there are no matches.